Revision: arnesi--dev--1.2--patch-34
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Fri Nov 26 19:42:01 CET 2004
Standard-date: 2004-11-26 18:42:01 GMT
Modified-files: src/numbers.lisp
New-patches: bese-2004@common-lisp.net/arnesi--dev--1.2--patch-34
Summary: make parse-float deal with strings with a mantissa of 0.
Keywords: 

* src/numbers.lisp (parse-float): If the manitssa is zero don't attemp
  to calculate (log mantissa radix), just return the whole part unchanged.

